;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs (defpackage :ukkoclot/src/tg/get-my-name (:documentation "getMyName Telegram method") (:use :c2cl :ukkoclot/src/tg/bot-name :ukkoclot/src/tg/method-macros) (:export :get-my-name)) (in-package :ukkoclot/src/tg/get-my-name) (define-tg-method (get-my-name bot-name :GET) (language-code (or string null) nil))