type github.com/gotd/td/tg.MessageActionBotAllowed
39 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L3276: type MessageActionBotAllowed struct {
tl_message_action_gen.go#L3315: func (m MessageActionBotAllowed) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L3319: _ bin.Encoder = &MessageActionBotAllowed{}
tl_message_action_gen.go#L3320: _ bin.Decoder = &MessageActionBotAllowed{}
tl_message_action_gen.go#L3321: _ bin.BareEncoder = &MessageActionBotAllowed{}
tl_message_action_gen.go#L3322: _ bin.BareDecoder = &MessageActionBotAllowed{}
tl_message_action_gen.go#L3324: _ MessageActionClass = &MessageActionBotAllowed{}
tl_message_action_gen.go#L3327: func (m *MessageActionBotAllowed) Zero() bool {
tl_message_action_gen.go#L3351: func (m *MessageActionBotAllowed) String() string {
tl_message_action_gen.go#L3355: type Alias MessageActionBotAllowed
tl_message_action_gen.go#L3360: func (m *MessageActionBotAllowed) FillFrom(from interface {
tl_message_action_gen.go#L3381: func (*MessageActionBotAllowed) TypeID() uint32 {
tl_message_action_gen.go#L3386: func (*MessageActionBotAllowed) TypeName() string {
tl_message_action_gen.go#L3391: func (m *MessageActionBotAllowed) TypeInfo() tdp.Type {
tl_message_action_gen.go#L3426: func (m *MessageActionBotAllowed) SetFlags() {
tl_message_action_gen.go#L3442: func (m *MessageActionBotAllowed) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L3451: func (m *MessageActionBotAllowed) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L3474: func (m *MessageActionBotAllowed) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L3485: func (m *MessageActionBotAllowed) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L3514: func (m *MessageActionBotAllowed) SetAttachMenu(value bool) {
tl_message_action_gen.go#L3525: func (m *MessageActionBotAllowed) GetAttachMenu() (value bool) {
tl_message_action_gen.go#L3533: func (m *MessageActionBotAllowed) SetFromRequest(value bool) {
tl_message_action_gen.go#L3544: func (m *MessageActionBotAllowed) GetFromRequest() (value bool) {
tl_message_action_gen.go#L3552: func (m *MessageActionBotAllowed) SetDomain(value string) {
tl_message_action_gen.go#L3559: func (m *MessageActionBotAllowed) GetDomain() (value string, ok bool) {
tl_message_action_gen.go#L3570: func (m *MessageActionBotAllowed) SetApp(value BotAppClass) {
tl_message_action_gen.go#L3577: func (m *MessageActionBotAllowed) GetApp() (value BotAppClass, ok bool) {
tl_message_action_gen.go#L15593: v := MessageActionBotAllowed{}
tl_message_action_slices_gen.go#L304: value, ok := elem.(*MessageActionBotAllowed)
tl_message_action_slices_gen.go#L2048: type MessageActionBotAllowedArray []MessageActionBotAllowed
tl_message_action_slices_gen.go#L2051: func (s MessageActionBotAllowedArray) Sort(less func(a, b MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L2059: func (s MessageActionBotAllowedArray) SortStable(less func(a, b MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L2067: func (s MessageActionBotAllowedArray) Retain(keep func(x MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L2081: func (s MessageActionBotAllowedArray) First() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L2089: func (s MessageActionBotAllowedArray) Last() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L2097: func (s *MessageActionBotAllowedArray) PopFirst() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L2107: var zero MessageActionBotAllowed
tl_message_action_slices_gen.go#L2116: func (s *MessageActionBotAllowedArray) Pop() (v MessageActionBotAllowed, ok bool) {
tl_registry_gen.go#L5031: MessageActionBotAllowedTypeID: func() bin.Object { return &MessageActionBotAllowed{} },
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |