github.com/gotd/td/tg.ChannelsEditForumTopicRequest.Flags (field)

28 uses

	github.com/gotd/td/tg (current package)
		tl_channels_edit_forum_topic_gen.go#L47: 	Flags bin.Fields
		tl_channels_edit_forum_topic_gen.go#L93: 	if !(e.Flags.Zero()) {
		tl_channels_edit_forum_topic_gen.go#L190: 			Null:       !e.Flags.Has(0),
		tl_channels_edit_forum_topic_gen.go#L195: 			Null:       !e.Flags.Has(1),
		tl_channels_edit_forum_topic_gen.go#L200: 			Null:       !e.Flags.Has(2),
		tl_channels_edit_forum_topic_gen.go#L205: 			Null:       !e.Flags.Has(3),
		tl_channels_edit_forum_topic_gen.go#L214: 		e.Flags.Set(0)
		tl_channels_edit_forum_topic_gen.go#L217: 		e.Flags.Set(1)
		tl_channels_edit_forum_topic_gen.go#L220: 		e.Flags.Set(2)
		tl_channels_edit_forum_topic_gen.go#L223: 		e.Flags.Set(3)
		tl_channels_edit_forum_topic_gen.go#L242: 	if err := e.Flags.Encode(b); err != nil {
		tl_channels_edit_forum_topic_gen.go#L252: 	if e.Flags.Has(0) {
		tl_channels_edit_forum_topic_gen.go#L255: 	if e.Flags.Has(1) {
		tl_channels_edit_forum_topic_gen.go#L258: 	if e.Flags.Has(2) {
		tl_channels_edit_forum_topic_gen.go#L261: 	if e.Flags.Has(3) {
		tl_channels_edit_forum_topic_gen.go#L284: 		if err := e.Flags.Decode(b); err != nil {
		tl_channels_edit_forum_topic_gen.go#L302: 	if e.Flags.Has(0) {
		tl_channels_edit_forum_topic_gen.go#L309: 	if e.Flags.Has(1) {
		tl_channels_edit_forum_topic_gen.go#L316: 	if e.Flags.Has(2) {
		tl_channels_edit_forum_topic_gen.go#L323: 	if e.Flags.Has(3) {
		tl_channels_edit_forum_topic_gen.go#L351: 	e.Flags.Set(0)
		tl_channels_edit_forum_topic_gen.go#L361: 	if !e.Flags.Has(0) {
		tl_channels_edit_forum_topic_gen.go#L369: 	e.Flags.Set(1)
		tl_channels_edit_forum_topic_gen.go#L379: 	if !e.Flags.Has(1) {
		tl_channels_edit_forum_topic_gen.go#L387: 	e.Flags.Set(2)
		tl_channels_edit_forum_topic_gen.go#L397: 	if !e.Flags.Has(2) {
		tl_channels_edit_forum_topic_gen.go#L405: 	e.Flags.Set(3)
		tl_channels_edit_forum_topic_gen.go#L415: 	if !e.Flags.Has(3) {