type github.com/gotd/td/tg.BotsSetBotInfoRequest
30 uses
github.com/gotd/td/tg (current package)
tl_bots_set_bot_info_gen.go#L39: type BotsSetBotInfoRequest struct {
tl_bots_set_bot_info_gen.go#L70: _ bin.Encoder = &BotsSetBotInfoRequest{}
tl_bots_set_bot_info_gen.go#L71: _ bin.Decoder = &BotsSetBotInfoRequest{}
tl_bots_set_bot_info_gen.go#L72: _ bin.BareEncoder = &BotsSetBotInfoRequest{}
tl_bots_set_bot_info_gen.go#L73: _ bin.BareDecoder = &BotsSetBotInfoRequest{}
tl_bots_set_bot_info_gen.go#L76: func (s *BotsSetBotInfoRequest) Zero() bool {
tl_bots_set_bot_info_gen.go#L103: func (s *BotsSetBotInfoRequest) String() string {
tl_bots_set_bot_info_gen.go#L107: type Alias BotsSetBotInfoRequest
tl_bots_set_bot_info_gen.go#L112: func (s *BotsSetBotInfoRequest) FillFrom(from interface {
tl_bots_set_bot_info_gen.go#L141: func (*BotsSetBotInfoRequest) TypeID() uint32 {
tl_bots_set_bot_info_gen.go#L146: func (*BotsSetBotInfoRequest) TypeName() string {
tl_bots_set_bot_info_gen.go#L151: func (s *BotsSetBotInfoRequest) TypeInfo() tdp.Type {
tl_bots_set_bot_info_gen.go#L190: func (s *BotsSetBotInfoRequest) SetFlags() {
tl_bots_set_bot_info_gen.go#L206: func (s *BotsSetBotInfoRequest) Encode(b *bin.Buffer) error {
tl_bots_set_bot_info_gen.go#L215: func (s *BotsSetBotInfoRequest) EncodeBare(b *bin.Buffer) error {
tl_bots_set_bot_info_gen.go#L245: func (s *BotsSetBotInfoRequest) Decode(b *bin.Buffer) error {
tl_bots_set_bot_info_gen.go#L256: func (s *BotsSetBotInfoRequest) DecodeBare(b *bin.Buffer) error {
tl_bots_set_bot_info_gen.go#L304: func (s *BotsSetBotInfoRequest) SetBot(value InputUserClass) {
tl_bots_set_bot_info_gen.go#L311: func (s *BotsSetBotInfoRequest) GetBot() (value InputUserClass, ok bool) {
tl_bots_set_bot_info_gen.go#L322: func (s *BotsSetBotInfoRequest) GetLangCode() (value string) {
tl_bots_set_bot_info_gen.go#L330: func (s *BotsSetBotInfoRequest) SetName(value string) {
tl_bots_set_bot_info_gen.go#L337: func (s *BotsSetBotInfoRequest) GetName() (value string, ok bool) {
tl_bots_set_bot_info_gen.go#L348: func (s *BotsSetBotInfoRequest) SetAbout(value string) {
tl_bots_set_bot_info_gen.go#L355: func (s *BotsSetBotInfoRequest) GetAbout() (value string, ok bool) {
tl_bots_set_bot_info_gen.go#L366: func (s *BotsSetBotInfoRequest) SetDescription(value string) {
tl_bots_set_bot_info_gen.go#L373: func (s *BotsSetBotInfoRequest) GetDescription() (value string, ok bool) {
tl_bots_set_bot_info_gen.go#L393: func (c *Client) BotsSetBotInfo(ctx context.Context, request *BotsSetBotInfoRequest) (bool, error) {
tl_registry_gen.go#L5250: BotsSetBotInfoRequestTypeID: func() bin.Object { return &BotsSetBotInfoRequest{} },
tl_server_gen.go#L8043: func (s *ServerDispatcher) OnBotsSetBotInfo(f func(ctx context.Context, request *BotsSetBotInfoRequest) (bool, error)) {
tl_server_gen.go#L8045: var request BotsSetBotInfoRequest
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |