type github.com/gotd/td/tg.ChannelParticipantBanned
41 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_gen.go#L1315: type ChannelParticipantBanned struct {
tl_channel_participant_gen.go#L1347: func (c ChannelParticipantBanned) construct() ChannelParticipantClass { return &c }
tl_channel_participant_gen.go#L1351: _ bin.Encoder = &ChannelParticipantBanned{}
tl_channel_participant_gen.go#L1352: _ bin.Decoder = &ChannelParticipantBanned{}
tl_channel_participant_gen.go#L1353: _ bin.BareEncoder = &ChannelParticipantBanned{}
tl_channel_participant_gen.go#L1354: _ bin.BareDecoder = &ChannelParticipantBanned{}
tl_channel_participant_gen.go#L1356: _ ChannelParticipantClass = &ChannelParticipantBanned{}
tl_channel_participant_gen.go#L1359: func (c *ChannelParticipantBanned) Zero() bool {
tl_channel_participant_gen.go#L1389: func (c *ChannelParticipantBanned) String() string {
tl_channel_participant_gen.go#L1393: type Alias ChannelParticipantBanned
tl_channel_participant_gen.go#L1398: func (c *ChannelParticipantBanned) FillFrom(from interface {
tl_channel_participant_gen.go#L1420: func (*ChannelParticipantBanned) TypeID() uint32 {
tl_channel_participant_gen.go#L1425: func (*ChannelParticipantBanned) TypeName() string {
tl_channel_participant_gen.go#L1430: func (c *ChannelParticipantBanned) TypeInfo() tdp.Type {
tl_channel_participant_gen.go#L1471: func (c *ChannelParticipantBanned) SetFlags() {
tl_channel_participant_gen.go#L1481: func (c *ChannelParticipantBanned) Encode(b *bin.Buffer) error {
tl_channel_participant_gen.go#L1490: func (c *ChannelParticipantBanned) EncodeBare(b *bin.Buffer) error {
tl_channel_participant_gen.go#L1516: func (c *ChannelParticipantBanned) Decode(b *bin.Buffer) error {
tl_channel_participant_gen.go#L1527: func (c *ChannelParticipantBanned) DecodeBare(b *bin.Buffer) error {
tl_channel_participant_gen.go#L1574: func (c *ChannelParticipantBanned) SetLeft(value bool) {
tl_channel_participant_gen.go#L1585: func (c *ChannelParticipantBanned) GetLeft() (value bool) {
tl_channel_participant_gen.go#L1593: func (c *ChannelParticipantBanned) GetPeer() (value PeerClass) {
tl_channel_participant_gen.go#L1601: func (c *ChannelParticipantBanned) GetKickedBy() (value int64) {
tl_channel_participant_gen.go#L1609: func (c *ChannelParticipantBanned) GetDate() (value int) {
tl_channel_participant_gen.go#L1617: func (c *ChannelParticipantBanned) GetBannedRights() (value ChatBannedRights) {
tl_channel_participant_gen.go#L1625: func (c *ChannelParticipantBanned) SetRank(value string) {
tl_channel_participant_gen.go#L1632: func (c *ChannelParticipantBanned) GetRank() (value string, ok bool) {
tl_channel_participant_gen.go#L1868: v := ChannelParticipantBanned{}
tl_channel_participant_slices_gen.go#L174: value, ok := elem.(*ChannelParticipantBanned)
tl_channel_participant_slices_gen.go#L568: type ChannelParticipantBannedArray []ChannelParticipantBanned
tl_channel_participant_slices_gen.go#L571: func (s ChannelParticipantBannedArray) Sort(less func(a, b ChannelParticipantBanned) bool) ChannelParticipantBannedArray {
tl_channel_participant_slices_gen.go#L579: func (s ChannelParticipantBannedArray) SortStable(less func(a, b ChannelParticipantBanned) bool) ChannelParticipantBannedArray {
tl_channel_participant_slices_gen.go#L587: func (s ChannelParticipantBannedArray) Retain(keep func(x ChannelParticipantBanned) bool) ChannelParticipantBannedArray {
tl_channel_participant_slices_gen.go#L601: func (s ChannelParticipantBannedArray) First() (v ChannelParticipantBanned, ok bool) {
tl_channel_participant_slices_gen.go#L609: func (s ChannelParticipantBannedArray) Last() (v ChannelParticipantBanned, ok bool) {
tl_channel_participant_slices_gen.go#L617: func (s *ChannelParticipantBannedArray) PopFirst() (v ChannelParticipantBanned, ok bool) {
tl_channel_participant_slices_gen.go#L627: var zero ChannelParticipantBanned
tl_channel_participant_slices_gen.go#L636: func (s *ChannelParticipantBannedArray) Pop() (v ChannelParticipantBanned, ok bool) {
tl_channel_participant_slices_gen.go#L651: return s.Sort(func(a, b ChannelParticipantBanned) bool {
tl_channel_participant_slices_gen.go#L658: return s.SortStable(func(a, b ChannelParticipantBanned) bool {
tl_registry_gen.go#L5551: ChannelParticipantBannedTypeID: func() bin.Object { return &ChannelParticipantBanned{} },
 |
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. |